digestTtl ( service in module ng )

Description

Sets the number of digest iterations the scope should attempt to execute before giving up and assuming that the model is unstable.

The current default is 10 iterations.

Usage

$rootScopeProvider#digestTtl(limit);

Parameters